From 174b2cc204078814725d788a475733adb2331737 Mon Sep 17 00:00:00 2001 From: Deniz Dogan Date: Sat, 27 Aug 2011 10:28:46 +0200 Subject: [PATCH] * net/rcirc.el (rcirc-check-auth-status): Adding support for oftc's NickServ messages. --- lisp/ChangeLog | 5 +++++ lisp/net/rcirc.el | 1 + 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4fa6e84b743..27fd154ac26 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-08-27 Deniz Dogan + + * net/rcirc.el (rcirc-check-auth-status): Adding support for + oftc's NickServ messages. + 2011-08-27 Glenn Morris * saveplace.el (save-place-limit): Make it finite. (Bug#9352) diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 7d43c4f7547..de2c3adba95 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -2514,6 +2514,7 @@ the only argument." (member message (list (format "You are now identified for \C-b%s\C-b." rcirc-nick) + (format "You are successfully identified as \C-b%s\C-b." rcirc-nick) "Password accepted - you are now recognized." ))) (and ;; quakenet -- 2.30.2